DestinationFitV Constructor(Page,Nullable<Single>)
In This Topic
Initialize a new instance of the
DestinationFitV class.
Syntax
'Declaration
Public Function New( _
ByVal As Page, _
Optional ByVal As System.Nullable(Of Single) _
)
public DestinationFitV(
Page ,
System.Nullable<float>
)
Parameters
- page
- The page.
- left
- The left coordinate of the document window.
See Also